docs: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2020 17:36:26 +0000 (13:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2020 18:23:46 +0000 (14:23 -0400)
Make the GdkRGBA heading less repetitive.

gdk/gdkrgba.c

index fac9d2efa54c8a89141f75945e93ce13154b9058..1de2bd45a962f6ad86caf9058d1cec6c7e880581 100644 (file)
 
 /**
  * SECTION:rgba_colors
+ * @Title: GdkRGBA
  * @Short_description: RGBA colors
- * @Title: RGBA Colors
  *
- * #GdkRGBA is a convenient way to pass rgba colors around.
+ * #GdkRGBA is a convenient way to pass colors around.
  * It’s based on cairo’s way to deal with colors and mirrors its behavior.
  * All values are in the range from 0.0 to 1.0 inclusive. So the color
  * (0.0, 0.0, 0.0, 0.0) represents transparent black and